home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / MGIWDEC.DXR / 00003_MGIInternet Frame.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  584 b   |  28 lines

  1. on exitFrame
  2.   global IFLCanChange, browserID, IFLBrowsercounter, MGILaunch, MGISTONEON, MGIRadioON
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   if MGILaunch <> 3 then
  8.     MGIButtonRoll()
  9.     MGIStarTurn()
  10.     if MGISTONEON <> 3 then
  11.       put "here"
  12.       MGISTONEY()
  13.     end if
  14.     if MGIRadioON <> 3 then
  15.       MGIRadio()
  16.     end if
  17.   end if
  18.   MGIQuitCD()
  19.   if browserID > 32 then
  20.     if IFLBrowsercounter = 2 then
  21.       MGICheckBrowser()
  22.     else
  23.       set IFLBrowsercounter to 1 + IFLBrowsercounter
  24.     end if
  25.   end if
  26.   IFLsectionWordAnimate()
  27. end
  28.